.alert--secondary {
	border-radius: 10px;
	padding: 24px;
	margin: 24px 0;
	background-color: #f1f2f2;
	border: solid 1px #dadbdc;
}

.alert__header {
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #1e1e1e;
}

.alert__icon {
	margin-right: 8px;
}

.alert__text {
	margin: 8px 0 0;
}

